'Declaration
Public Function New( _ ByVal source As IEnumerable(Of S), _ ByVal isPlain As Boolean _ )
'Usage
Dim source As IEnumerable(Of S) Dim isPlain As Boolean Dim instance As New C1GroupCollectionView(Of S)(source, isPlain)
public C1GroupCollectionView<S>( IEnumerable<S> source, bool isPlain )
Parameters
- source
- The source.
- isPlain
- if set to
true
the groups will be inline with the items, otherwise the first level will contain groups and the items will be inside each group.